home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
SGI Freeware 2001 May
/
SGI Freeware 2001 May - Disc 1.iso
/
dist
/
fw_licq.idb
/
usr
/
freeware
/
bin
/
viewurl-w3m.sh.z
/
viewurl-w3m.sh
Wrap
Linux/UNIX/POSIX Shell Script
|
2001-04-12
|
329b
|
15 lines
#!/bin/sh
#
# A shell script to view a url using w3m and xterm
# Set the XTERM variable to where your xterm binary is and
# the W3M variable to where your w3m binary is or
# leave them as is if the binaries are in your path.
#
# Graham Roff, October 1999.
#
XTERM=xterm
W3M=w3m
${XTERM} -title "Licq URL View" -e ${W3M} "$1"